Bit-Ops Permut8 Firmware V1.0 (C)2019 Ebfx.

Implementation of all 16 bitwise operations:
01: 0               09: p AND q
02: NOT (p OR q)    10: NOT (p XOR q)
03: (NOT p) AND q   11: q
04: NOT p           12: (NOT p) OR q
05: p AND (NOT q)   13: p
06: NOT q           14: p OR (NOT q)
07: p XOR q         15: p OR q
08: NOT (p AND q)   16: 1

p: Delay line position (minus the fraction)
q: Instruction 1
op: Instruction 2
